home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Transmission / whiteline CD Series - Transmission.iso / musix / modplayr / ntk4_mod / ntk4_mod.doc next >
Encoding:
Text File  |  1995-06-07  |  4.9 KB  |  112 lines

  1.       News from version 1.2 to 1.3:
  2.       - Files are checked to know if it is a Mod-File or not.  If  not,  the
  3.         computer never crash !
  4.       - New command: Pause/Play. Activ everywhere
  5.       - New commands: <- and ->. Activ everywhere
  6.       - New feature in Show Module Information: dynamic Mod-position.
  7.  
  8.       NTK4_MOD.TTP QUICK DOCUMENTATION
  9.       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10.  
  11.          NTK4_MOD.TTP is a Falcon-only .MOD player. A .MOD file is  a  music
  12.       (refered to soundtrack) that consists of  sampled  instruments  and  a
  13.       complex partition. Most of .MOD files are 4-voices music,  thus  means
  14.       that the player must be able to play up to 4 voices in the same  that.
  15.       Note that the player must be able to  add  real-time  effects  on  the
  16.       played samples. The .MOD files were created for the  Commodore  Amiga,
  17.       then some coders wrote player for Atari ST,  PC,  Mac  ...  Some  time
  18.       later, true soundtrackers appeared on others machines than Amiga.
  19.  
  20.          In the Atari World, Mod player take an  important  amount  of  time
  21.       since the sound-chips were not  able  to  really  play  4  independant
  22.       samples. From the Falcon030 and its DSP, players has been writted  and
  23.       they take a very low amount of time. Nullos/DNT crew wrote  his    own
  24.       Mod-player, totally re-writting  _all_  the  routines,  including  the
  25.       original Protracker' bugs.  His  Mod-player  has  a  very  good  sound
  26.       quality and it is quite reliable. Unfortunaly, Nullos brought with his
  27.       player only source code and a mini-player of NTK4 file; that's  why  I
  28.       wrote NTK4_MOD.TTP.
  29.  
  30.       NTK4_MOD.TTP is only able to play 4-voices MOD files
  31.       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  32.  
  33.          To run the player, you may use several ways:
  34.  
  35.          - double-click on the TTP, then write the MOD path and name
  36.  
  37.          - double-click on   the    TTP,    then    write    a    path    as
  38.                "D:\MISC\MUSIC\*.MOD", thus will play a random Mod
  39.  
  40.          - put a MOD-File on it.
  41.  
  42.          Extra features: to automatically  put  the  player  in  background,
  43.       let's begin the  command  line  with  a  '&'  or  '  '  character.  To
  44.       automatically stop the  player,   put   '-'   as   a   command   line.
  45.       Automatically refers to don't show the menu. You can  key  in  a  name
  46.       using wildcard ( ? and * ) in order to play a random file.
  47.  
  48.          When the Player is active, you will be asked to choose a command in
  49.       a menu. Please note that the .Mod name ans title are displayed.
  50.  
  51.          Press 0 to quit the player, in putting the player  OFF.  Thus  will
  52.       kill the player from the memory
  53.  
  54.          Press 1 to quit the player, in putting the  player  ON.  Thus  will
  55.       only put the Player in the background. This option  is  very  cool,  I
  56.       think: you can listen to your Mod-File in doing other things !  Please
  57.       note that the player stay in memory, so don't  change  the  resolution
  58.       using the desktop ! In order to return to the  menu,  double-click  on
  59.       the TTP, then put _nothing_ in the asked line.
  60.  
  61.          Press 2 to show some figures about the Mod-File. It also  show  the
  62.       actual position in the music.
  63.  
  64.          Press 3 to show informations about the  program,  It  will  show  a
  65.       quick documentation and show the Mod name and title.  It also show the
  66.       lenght of RAM the Program+Mod take.
  67.  
  68.          Press 4 to show actual amount of time used by the player. The 'max'
  69.       item show you how the maximum amount of time used from you pushed 4.
  70.  
  71.          Press 5 to Pause the player, press 5 again to put it on. Note  that
  72.       this command is activ wherever you are in the TTP.
  73.  
  74.          Press <- and -> to move yourself through the mod.  Note  that  this
  75.       command is activ wherever you are in the TTP. <- will only change  the
  76.       Mod-position in song if line 8 has been played, else  it  only  reinit
  77.       the pattern.
  78.  
  79.       DESKTOP INSTALLATION
  80.       ~~~~~~~~~~~~~~~~~~~~
  81.  
  82.          You may put the TTP on your desktop to drop Mod-File on  its  icon.
  83.       Select the TTP, then click 'open application', In  PATH  item,  choose
  84.       'Top Window'. (Don't forget to save the desktop).
  85.  
  86.  
  87.       INTERNALS
  88.       ~~~~~~~~~
  89.  
  90.          When quitted, the player keep  its  address  in  memory  using  the
  91.       Cookie-Jar ("NTK4" cookie). It use dynamic memory  allocation,  so  it
  92.       doesn't work with Multitos, sorry !
  93.  
  94.  
  95.       CONTACT AUTHORS
  96.       ~~~~~~~~~~~~~~~
  97.  
  98.       My address is:
  99.          Gilles BOUTHENOT
  100.          8 rue des  Murgers
  101.          5350  MANDEURE
  102.          - FRANCE -
  103.       You can reach me throught RTEL, in  bal  'MEGAR'
  104.       or  through Email: megar@email.teaser.com (randomly)
  105.  
  106.       The player coder (Nullos/DNT crew) is:
  107.          Sylvain  LANGLADE
  108.          62bis rue de l'Oradou
  109.          63000 CLERMONT-FERRAND
  110.          - FRANCE -
  111.  
  112.